home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the mouseCast = 124 then
- go("text")
- end if
- if the mouseCast = 127 then
- sound stop 1
- set the sound of cast 85 to 1
- go("vid1")
- end if
- if the mouseCast = 126 then
- sound stop 1
- set the sound of cast 86 to 1
- go("vid2")
- end if
- if the mouseCast = 125 then
- go("ecr3")
- end if
- if the mouseCast = 129 then
- go(1)
- end if
- end
-
- on exitFrame
- go(49)
- end
-